runtime/pprof.keysByCount.Swap (method, view implemented interface methods)
one use
runtime/pprof (current package)
pprof.go#L481: func (x *keysByCount) Swap(i, j int) { x.keys[i], x.keys[j] = x.keys[j], x.keys[i] }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)